home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / workbench / adf / adflib / adflib.lha / CHANGES < prev    next >
Text File  |  1999-05-26  |  2KB  |  51 lines

  1. 26MAY99
  2. - 0.7.8a released.
  3. - a minor buf was detected in the bootblock checksum checking
  4. 24MAY99
  5. - 0.7.8 released. the 0.7.9 will have some links support. the next unadf version will have extraction (-x).
  6. - Win32 dynamic library makefile added
  7. - test scripts floppy.sh and bigdev.sh added
  8. - small bug fix in adfGetRDirEnt().
  9. 20MAY99
  10. - the ENV_DECLARATION is put in the library (adf_env.c), and must be removed from the main() files.
  11.   Will be consistent will the .dll version.
  12. - unadf.c started : a unzip like utility for the .ADF files. Extraction not provided yet.
  13. - adfGetRDirEnt() added, adfFreeDirList() modified : to get recursively the entire directories entries tree.
  14. 13MAY99
  15. - adfSetEntryAccess() and adfSetEntryComment() added
  16. - Win32 makefile added for the static library form
  17. 06MAY99
  18. - adfGetVersionNumber() and adfGetVersionDate() added
  19. 01MAY99
  20. - many date and time fields filled 
  21. - bug fix in adfCreateDir()
  22. - adfRenameEntry() already worked with two differents dirs, but it's verified now
  23. 29APR
  24. - Hardfile support added (requested by Dan Sutherland)
  25. 19APR
  26. - bug fix in cache routines
  27. - adfRenameEntry() works in the same directory, only
  28. 6APR99
  29. - bug fix in adfWriteBootBlock() : disks can really be made bootable
  30. - bug fix around adfCreateDumpDevice()
  31. 22MAR99
  32. - removed the fread() bug : fopen(,"rb")
  33. - removed the LSEG checking
  34. 01FEB99
  35. - adfFlushFile()
  36. - dir cache support for files and directories
  37. - bugfix : adfCloseFile() when filesize==0
  38. - bugfix : parent field in file header block
  39. 28JAN99
  40. - safier and proper error handling
  41. 27JAN99
  42. - bugfix : adfGetFreeBlocks(), physical and logical block numbers confused
  43. 24JAN99
  44. - adfRemoveEntry() : delete files and empty directories
  45. - modified Makefile : remplace links for Linux/ and
  46.   adf_nativ.h with gcc flags -I. -I..
  47. 19JAN99
  48. - Remove most of signed/unsigned warning from MSVC
  49. - Error handling : test exe
  50. - Read only support
  51.